CH[A]R
Purpose
This function returns the ASCII character whose ordinal number is the given integer.
Syntax
chr::=
Usage Notes
- The number
n
must be between0
and127
. CHR(0)
returnsNULL
.